home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextApps / Mail.app / Italian.lproj / encryptKey.nib / data.classes next >
Text File  |  1996-01-03  |  368b  |  29 lines

  1. EncryptKey = {
  2.     ACTIONS = {
  3.     sendUnencrypt:;
  4.     acceptKey:;
  5.     };
  6.     OUTLETS = {
  7.     username;
  8.     encryptPanel;
  9.     keyList;
  10.     sendEncryptedButton;
  11.     };
  12.     SUPERCLASS = Panel;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. DecryptKey = {
  20.     ACTIONS = {
  21.     acceptKey:;
  22.     };
  23.     OUTLETS = {
  24.     decryptPanel;
  25.     key;
  26.     };
  27.     SUPERCLASS = Panel;
  28. };
  29.